* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist27.C
blob8567119c989c51991256de8744af94af09bab4f6
1 // PR c++/42061
2 // { dg-do compile { target c++11 } }
4 int& i = { j }; // { dg-error "invalid initialization|was not declared" }