repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
delayedfold
/
builtin-constant1.C
blob
56bcfc5e831188cd85a9ea30323fa0f2748aeb87
1
// { dg-do compile { target c++11 } }
2
3
#define SA(X) static_assert ((X),#X)
4
5
int i;
6
7
SA(__builtin_constant_p (i == 42 && false));