1 2 3 4 5 6 7
// PR c++/29175 // { dg-options "" } void foo(int i) { int x[][i] = { 0 }; // { dg-error "variable-sized|storage size" } }