aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/init/array35.C
blob: 6ce6d5cc9563513bd0cc1ba07260020edd629a92 (plain)
1
2
3
// PR c++/58868

static struct { const int i; } a[] = { 1 };