blob: 59b5f8be21ff55d2a3ce8c7e91a32f54d53135e3 (
plain)
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. */
}
|