OSDN Git Service

Fix PR42732.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.test-framework / dg-do-run-sft-nocache-exp-P.c
1 /* { dg-do run } */
2 /* { dg-options "-DDEFINED" } */
3 /* { dg-shouldfail "comment" { def_nocache } { "*" } { "" } } */
4
5 extern void abort (void);
6
7 int
8 main ()
9 {
10     abort ();  /* We expect nonzero exit, so this passes.  */
11 }