2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / noncompile / 951123-1.c
blob787cf1e94fad5b373afb91662969f736a605a8f1
1 struct S { int a; int b[2]; };
2 struct S x = { 0, [0]; }; /* { dg-error "array index|near|(parse|syntax)" } */