PR c++/80290
[official-gcc.git] / gcc / testsuite / g++.dg / init / array35.C
blob6ce6d5cc9563513bd0cc1ba07260020edd629a92
1 // PR c++/58868
3 static struct { const int i; } a[] = { 1 };