1 // PR c++/48599
2 // { dg-options "-std=c++0x -pedantic-errors" }
3 
4 int v[1];
5 auto (*p)[1] = &v;		// { dg-error "array of .auto" }
6