testsuite: Fix pragma-eof.c failure due to added line to the test.
[gcc.git] / gcc / testsuite / gcc.test-framework / dg-nocache-scanasm-exp-XF.c
1 /* { dg-do compile } */
2 /* { dg-options "-DDEFINED" } */
3
4 int
5 foo ()
6 {
7 return 0;
8 }
9
10 /* A few examples from scanasm.exp. */
11
12 /* { dg-final { scan-assembler "whatever" { xfail def_nocache } } } */
13 /* { dg-final { scan-assembler-not "foo" { xfail def_nocache } } } */
14 /* { dg-final { scan-hidden "whatever" { xfail def_nocache } } } */