OSDN Git Service

* gcc.dg/weak/typeof-2.c: Handle s390x targets as well.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.misc-tests / dg-10.c
1 /* Test the tester.  */
2 /* { dg-prms-id 42 } */
3 /* { dg-options "-Wall" } */
4
5 /* FIXME: we want to test dg-lose here.  Anyone know of a good way to
6    crash the compiler?  */
7
8 int
9 main (int argc, char *argv[])
10 {
11   return 0;
12 }