blob: 6d7b3441623b5d92f1322ce56f115b3c9b6f954d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
 | /* 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;
}
 |