// RUN: %clang_cc1 -std=c++98 -E %s -o - | FileCheck %s
// RUN: %clang_cc1 -std=c++11 -E %s -o - | FileCheck %s --check-prefix=CHECK11
// CHECK: c_static_assert
int ;
// CHECK: c_generic_selections
int ;
// CHECK: has_deleted_functions
int ;
// CHECK: has_inline_namespaces
int ;
// CHECK: has_override_control
int ;
// CHECK: has_range_for
int ;
// CHECK: has_reference_qualified_functions
int ;
// CHECK: has_rvalue_references
int ;
// CHECK: has_variadic_templates
int ;
// CHECK: has_local_type_template_args
int ;
// CHECK: has_binary_literals
int ;
// CHECK: has_variable_templates
int ;
// CHECK-NOT: has_init_captures
// CHECK11: has_init_captures
int ;