1 2 3 4 5 6 7 8 9 10
/* { dg-do run { xfail *-*-* } } */ /* { dg-shouldfail "required comment" } */ extern void abort (void); int main () { abort (); /* We want nonzero, but expect to fail; XPASS. */ }