aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/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];