testsuite: Fix pragma-eof.c failure due to added line to the test.
[gcc.git] / gcc / testsuite / gcc.test-framework / dg-dot-run-xrif-exp-XF.c
1 /* { dg-do run { xfail *-*-* } } */
2 /* { dg-xfail-run-if "" { empty-*-* } } */
3
4 extern void abort (void);
5
6 int
7 main ()
8 {
9 abort (); /* A failed match doesn't override an existing XFAIL. */
10 }