* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist89.C
blobe221664e30fb0645679670b4d16d2cc6fa37d156
1 // PR c++/64029
2 // { dg-do compile { target c++11 } }
4 const int (&in)[]{1,2,3,4,5};