gcc: fix 'statements' comment typo
[official-gcc.git] / gcc / testsuite / gcc.dg / 20050620-1.c
blob0a9e1d478454df131ad40319de731ea6bdefad3e
1 /* PR middle-end/22028 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 void
6 foo (void)
8 struct { int i[]; } u;
11 void
12 bar (void)
14 struct { struct a b; } c; /* { dg-error "has incomplete type" } */