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

11 lines
203 B
C

/* { dg-do run } */
/* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */
extern void abort (void);
int
main ()
{
abort (); /* Directive is ignored so we expect zero; this fails. */
}