* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / new2.C
blobf0bbc8092cd26ce04cdea285a2b641b18d7c5f54
1 // PR c++/81055
2 // { dg-do compile { target c++11 } }
4 int** p = new int*[1]{q};  // { dg-error "not declared" }