OSDN Git Service

2011-10-18 Janus Weil <janus@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / two-types-5.c
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
3
4 struct f {}
5 struct g {} /* { dg-error "expected ';', identifier or " "" } */
6 int f(); /* { dg-error "expected ';', identifier or " "" } */