// RUN: %clang_cc1 -triple arm-unknown-linux -verify -E %s -o - | FileCheck %s
// CHECK: always_inline
int ;
// CHECK: __always_inline__
int ;
// CHECK: no_dummy_attribute
int ;
// CHECK: has_has_attribute
int ;
// CHECK: has_something_we_dont_have
int ;
// rdar://10253857
int ;
static int ;
// CHECK: has_no_volatile_attribute
int ;
// CHECK: has_arm_interrupt
int ;
// CHECK: does_not_have_dllexport
int ;
// CHECK: does_not_have_uuid
int
// Test that macro expansion of the builtin argument works.
int has_fallthrough;
// CHECK: int has_fallthrough;