Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-dot-run-xrif-exp-F.c
blob3011799c88c8977791dc618944b5004bfb84ee9c
1 /* { dg-do run { xfail *-empty-* } } */
2 /* { dg-xfail-run-if "" { empty-*-* } { "*" } { "" } } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* Neither xfail list matched, so fail. */