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

9 lines
161 B
C

/* { dg-do run { xfail *-*-* } } */
/* { dg-shouldfail "required comment" } */
int
main ()
{
return 0; /* We want nonzero but expect to fail; XFAIL. */
}