blob: 59b5f8be21ff55d2a3ce8c7e91a32f54d53135e3 [file] [log] [blame]
/* { dg-do run { xfail *-*-* } } */
/* { dg-shouldfail "required comment" } */
extern void abort (void);
int
main ()
{
abort (); /* We want nonzero, but expect to fail; XPASS. */
}