blob: 6d7b3441623b5d92f1322ce56f115b3c9b6f954d [file] [log] [blame]
/* Test the tester. */
/* { dg-prms-id 42 } */
/* { dg-options "-Wall" } */
/* FIXME: we want to test dg-lose here. Anyone know of a good way to
crash the compiler? */
int
main (int argc, char *argv[])
{
return 0;
}