FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / init-2.c
blob09916be79893948c02a5b688213bd015385469c2
1 int d[][] = { {1}, {2}, {3} }; /* { dg-error "incomplete type|storage size|one element" } */