* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / decltype-38655.C
blob3b8455bc13fa44e100ca62c7a5c9c924e2cbae6e
1 // PR c++/38655
2 // { dg-options "" }
4 __decltype(0r)* p = 1; // { dg-error "not supported|invalid" }