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

int
main ()
{
    return 0;  /* We expect nonzero, so this fails.  */
}