[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Headers / float-aix.c
blobd43eae79bcd179c56ebd1c4cc527b37e202b708c
1 // RUN: %clang_cc1 -triple powerpc-ibm-aix -fsyntax-only -verify -internal-isystem %S/Inputs/include %s
2 // expected-no-diagnostics
4 #include <float.h>
6 _Static_assert(FLOAT_LOCAL_DEF, "");