// RUN: %clang_cc1 %s -Eonly -verify
// This should not be rejected.
#elifdef defined
// expected-warning@-2 {{use of a '#elifdef' directive is a C2x extension}}
// PR3764
// This should not produce a redefinition warning.
// This either.
// This should.
// RUN: %clang_cc1 -fms-extensions -DMS_EXT %s -Eonly -verify
// This should under C99.
// This shouldn't under MS extensions.
// This should.