testsuite: Fix pragma-eof.c failure due to added line to the test.
[gcc.git] / gcc / testsuite / gcc.test-framework / dg-dox-run-exp-XF.c
1 /* Test the tester; previously gcc.misc-tests/dg-7.c. */
2 /* { dg-prms-id 42 } */
3 /* { dg-do run { xfail *-*-* } } */
4 extern void abort (void);
5
6 main () { abort (); return 0; }