* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto27.C
blobe41b7c3a23e229de587a6f63f43c52d2a0fdd89d
1 // PR c++/51186
3 auto main()->int               // { dg-error "std=" "std" { target { ! c++11 } } }
4                                // { dg-error "auto" "auto" { target { ! c++11 } } .-1 }
5                                // { dg-error "no type" "no type" { target { ! c++11 } } .-2 }
6 { }