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