PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.test-framework / dg-dox-run-sf-exp-XP.c
blob59b5f8be21ff55d2a3ce8c7e91a32f54d53135e3
1 /* { dg-do run { xfail *-*-* } } */
2 /* { dg-shouldfail "required comment" } */
4 extern void abort (void);
6 int
7 main ()
9 abort (); /* We want nonzero, but expect to fail; XPASS. */