aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-do-run-sft-nocache-exp-P.c
blob: 4ef0e7a99a5057279c8cf6d49b11ba2d7df9e387 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do run } */
/* { dg-options "-DDEFINED" } */
/* { dg-shouldfail "comment" { def_nocache } { "*" } { "" } } */

extern void abort (void);

int
main ()
{
    abort ();  /* We expect nonzero exit, so this passes.  */
}