Corrected date in changelog
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-do-run-sft-exp-F.c
blob8695bd66a2bbbf91f257ab27493d5bd3fbf7b570
1 /* { dg-do run } */
2 /* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* Directive is ignored so we expect zero; this fails. */