Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-do-run-xrif-exp-F.c
blob01459eaa08c07d9314d6c55ca2fef55b8a69b62c
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. */