* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto41.C
bloba1065af0741183be454b180256256711bb38aa16
1 // PR c++/58550
2 // { dg-do compile { target c++11 } }
4 auto foo();                     // { dg-error "auto" "" { target { ! c++14 } } }
5 auto fp = foo;                  // { dg-error "auto" }