c++: using non-dep array var of unknown bound [PR115358]
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-do-run-xrif-exp-F.c
blob591c0f6792a85b6372b9fb00308979d9855a7be4
1 /* { dg-do run } */
2 /* { dg-xfail-run-if "" { empty-*-* } } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* This results in a failure. */