1 2 3 4 5 6 7 8
/* { dg-do run } */ /* { dg-shouldfail "required comment" } */ int main () { return 0; /* We expect nonzero, so this fails. */ }