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. */ }