blob: adde4cb60d2d07c4df03a93d95e6545c31588c37 [file] [log] [blame]
/* Test the tester. */
/* { dg-prms-id 42 } */
/* { dg-do run { xfail *-*-* } } */
extern void abort (void);
main () { abort (); return 0; }