* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist88.C
blobd0a38fd4f650a6b4b0eb6200faeab9b2b28f9be7
1 // PR c++/60859
2 // { dg-do compile { target c++11 } }
4 int a[] = { {} };