* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto28.C
blob441d8843a6ecd63679f50391a8aacf5ba4511ecc
1 // PR c++/51404
2 // { dg-do compile { target c++11 } }
4 int i = auto().x;  // { dg-error "invalid use of" }