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-F.c
1 /* { dg-do run { xfail *-empty-* } } */
2 /* { dg-xfail-run-if "" { empty-*-* } } */
3
4 extern void abort (void);
5
6 int
7 main ()
8 {
9 abort (); /* Neither xfail list matched, so fail. */
10 }