aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-do-run-sft-exp-F.c
blob: 8695bd66a2bbbf91f257ab27493d5bd3fbf7b570 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run } */
/* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */

extern void abort (void);

int
main ()
{
    abort ();  /* Directive is ignored so we expect zero; this fails.  */
}