FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / 940510-1.c
bloba734c8f80d7679affba14422f0a69123db2bc943
1 /* { dg-do compile } */
2 /* { dg-options "-std=c89 -pedantic" } */
3 struct { int a[]; } x = { 0 }; /* { dg-error "(flexible array member)|(near initialization)" } */