1 2 3 4 5 6 7 8 9 10
// { dg-do link } extern void link_error(); int main() { if (! __builtin_constant_p (&"Hello"[0])) link_error(); return 0; }