OSDN Git Service

* gcc.test-framework/README: Describe tests in source directory.
[pf3gnuchains/gcc-fork.git] / 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[])
6 {       /* { dg-bogus "return type" "bogus pass test" { xfail *-*-* } } */
7 }
8
9 /* { dg-excess-errors "bogus pass test" { xfail *-*-* } } */