rt_gccstream/gcc/testsuite/gcc.test-framework/dg-do-run-sft-exp-P.c

11 lines
185 B
C

/* { dg-do run } */
/* { dg-shouldfail "comment" { *-*-* } { "*" } { "" } } */
extern void abort (void);
int
main ()
{
abort (); /* We expect nonzero exit, so this passes. */
}