repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Headers
/
float-aix.c
blob
d43eae79bcd179c56ebd1c4cc527b37e202b708c
1
// RUN: %clang_cc1 -triple powerpc-ibm-aix -fsyntax-only -verify -internal-isystem %S/Inputs/include %s
2
// expected-no-diagnostics
3
4
#include <float.h>
5
6
_Static_assert
(
FLOAT_LOCAL_DEF
,
""
);