rt_gccstream/gcc/testsuite/gcc.test-framework/dg-dox-run-sf-exp-XP.c

11 lines
189 B
C

/* { dg-do run { xfail *-*-* } } */
/* { dg-shouldfail "required comment" } */
extern void abort (void);
int
main ()
{
abort (); /* We want nonzero, but expect to fail; XPASS. */
}