index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
ext
/
builtin9.C
blob: 6b2b712deab46cfbf7e69deec83636a7e89e0c94 (
plain
)
1
2
3
// PR c++/21619
// { dg-options "" }
int
f
[
__builtin_constant_p
(
&
"Hello"
[
0
])
?
1
:-
1
];