aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/desig8.C
blob: 98e7bfdca46bb550ab10c786b602b895a4515b2b (plain)
1
2
3
// PR c++/58882

int a[] = { [0.] = 0 }; // { dg-error "integral constant-expression" }