aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.test-framework/dg-dot-run-xrif-exp-F.c
blob: 3011799c88c8977791dc618944b5004bfb84ee9c (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do run { xfail *-empty-* } } */
/* { dg-xfail-run-if "" { empty-*-* } { "*" } { "" } } */

extern void abort (void);

int
main ()
{
    abort ();	/* Neither xfail list matched, so fail.  */
}