This commit was manufactured by cvs2svn to create branch 'gomp-branch'.
[official-gcc.git] / gcc / testsuite / gcc.misc-tests / dg-7.c
blobadde4cb60d2d07c4df03a93d95e6545c31588c37
1 /* Test the tester. */
2 /* { dg-prms-id 42 } */
3 /* { dg-do run { xfail *-*-* } } */
4 extern void abort (void);
6 main () { abort (); return 0; }