PR c++/85553
[official-gcc.git] / gcc / testsuite / g++.dg / ext / builtin9.C
blob6b2b712deab46cfbf7e69deec83636a7e89e0c94
1 // PR c++/21619
2 // { dg-options "" }
3 int f[__builtin_constant_p(&"Hello"[0])?1:-1];