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-F.c
1 /* { dg-do run } */
2 /* { dg-shouldfail "required comment" } */
3
4 int
5 main ()
6 {
7 return 0; /* We expect nonzero, so this fails. */
8 }