// RUN: %clang_cc1 -std=c99 -E %s -o - | FileCheck --check-prefix=CHECK-PED-NONE %s
// RUN: %clang_cc1 -std=c99 -pedantic-errors -E %s -o - | FileCheck --check-prefix=CHECK-PED-ERR %s
// CHECK-PED-NONE: no_dummy_extension
int ;
// Arbitrary feature to test that has_extension is a superset of has_feature
// CHECK-PED-NONE: attribute_overloadable
int ;
// CHECK-PED-NONE: has_c_static_assert
// CHECK-PED-ERR: no_c_static_assert
int ;
int ;
// CHECK-PED-NONE: has_c_generic_selections
// CHECK-PED-ERR: no_c_generic_selections
int ;
int ;
// CHECK-PED-NONE: has_c_alignas
// CHECK-PED-ERR: no_c_alignas
int ;
int ;
// CHECK-PED-NONE: has_c_alignof
// CHECK-PED-ERR: no_c_alignof
int ;
int ;
// Arbitrary feature to test that the extension name can be surrounded with
// double underscores.
// CHECK-PED-NONE: has_double_underscores
int ;