aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-dox-run-sf-exp-XF.c
blob: e5eae7775c4a4d83297d97b3a81ddaba5deefcf2 (plain)
1
2
3
4
5
6
7
8
/* { dg-do run { xfail *-*-* } } */
/* { dg-shouldfail "required comment" } */

int
main ()
{
    return 0;  /* We want nonzero but expect to fail; XFAIL.  */
}