* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist26.C
blob8fd267f4409f5a25aa90594c2e36e8d113bb4b15
1 // PR c++/42059
2 // { dg-do compile { target c++11 } }
3 // { dg-options "" }
5 void
6 foo (int i)
8   int a[i];
9   a = { }; // { dg-error "assign" }