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