PR c++/37276
[official-gcc.git] / gcc / testsuite / g++.dg / init / brace4.C
blob0c3790193428719b7f7e5111f6aaa0ac559783ad
1 // PR c++/16859
2 // { dg-do compile }
3 // { dg-options "-pedantic" }
5 int a[] = { }; // { dg-error "zero-size array" }