* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto18.C
blobe6ddf0c247d7d5184e4e8fa5c5b1b44b11673ead
1 // { dg-do compile { target c++11 } }
3 void f()
5   auto val = val;  // { dg-error "auto" }