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