re PR tree-optimization/33593 (tree-outof-ssa moves sources of non-call exceptions...
[gcc.git] / gcc / testsuite / g++.dg / tree-ssa / builtin1.C
1 // { dg-do link }
2
3 extern void link_error();
4
5 int main()
6 {
7 if (! __builtin_constant_p (&"Hello"[0]))
8 link_error();
9 return 0;
10 }