1 /* { dg-do run } */ 2 /* { dg-shouldfail "comment" { unknown-*-* } { "*" } { "" } } */ 3 4 extern void abort (void); 5 6 int main()7 main () 8 { 9 abort (); /* Directive is ignored so we expect zero; this fails. */ 10 } 11