blob: d370cc6f3db5d8df8d9261a45297041b3932c49b [file] [log] [blame]
// PR c++/48599
// { dg-do compile { target c++11 } }
int v[1];
auto (*p)[1] = &v; // { dg-error "array of .auto" }