testsuite: Fix pragma-eof.c failure due to added line to the test.
[gcc.git] / gcc / testsuite / gcc.test-framework / dg-do-run-sf-exp-P.c
1 /* { dg-do run } */
2 /* { dg-shouldfail "required comment" } */
3
4 extern void abort (void);
5
6 int
7 main ()
8 {
9 abort (); /* We expect nonzero, so this passes. */
10 }