2016-12-07 Thomas Preud'homme <thomas.preudhomme@arm.com>
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-dot-run-xrif-exp-XF.c
blob854f1cb20dee04a46c4d2685756eae4d9f587240
1 /* { dg-do run { xfail *-*-* } } */
2 /* { dg-xfail-run-if "" { empty-*-* } { "*" } { "" } } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* A failed match doesn't override an existing XFAIL. */