1 // PR c++/48599
2 // { dg-do compile { target c++11 } }
3 
4 int v[1];
5 auto (*p)[1] = &v;		// { dg-error "8:.p. declared as array of .auto" }
6