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

extern void abort (void);

int
main ()
{
    abort ();	/* This results in a failure.  */
}