* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist-arrray1.C
blob925ab16beadae890bd77f541e5528d6f2d9ba647
1 // { dg-do compile { target c++11 } }
3 typedef int IRT[2];
5 const IRT& ir = IRT{1,2};