Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / two-types-5.c
bloba127388075425a60a48b876069f33909be7b7b3a
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu89" } // suppress default -pedantic-errors */
4 struct f {}
5 struct g {} /* { dg-error "expected ';', identifier or " "" } */
6 int f(); /* { dg-error "expected ';', identifier or " "" } */