* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist28.C
blob3bf995ad236344b83ea1e45b0023f42f39792e75
1 // PR c++/42060
2 // { dg-do compile { target c++11 } }
4 void foo()
6   int a[1];
7   throw a = {}; // { dg-error "assign" }