* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr59111.C
blob62d8e8f86ec95cacec5c3d42b01ae4c7c7506015
1 // PR c++/59111
2 // { dg-do compile { target c++11 } }
4 auto& foo();    // { dg-error "type specifier without trailing return type" "" { target { ! c++14 } } }
5 int i = foo();  // { dg-error "" }