1 /* { dg-do compile } */
3 /* This test checks that builtin_constant_p can be used safely in
4 initializers for static data. The macro X() defined below should
5 be an acceptable initializer expression no matter how complex its
14 #define X(exp) (__builtin_constant_p(exp) ? (exp) : -1)
16 const short tests
[] = {