1/* Test the tester; previously part of gcc.misc-tests/dg-9.c.  */
2/* { dg-prms-id 42 } */
3/* { dg-options "-Wall" } */
4
5main (int argc, char *argv[])
6{	/* { dg-bogus "return type" "bogus pass test" { xfail *-*-* } } */
7}
8
9/* { dg-excess-errors "bogus pass test" { xfail *-*-* } } */
10