* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto24.C
blobd370cc6f3db5d8df8d9261a45297041b3932c49b
1 // PR c++/48599
2 // { dg-do compile { target c++11 } }
4 int v[1];
5 auto (*p)[1] = &v;              // { dg-error "array of .auto" }