1 // PR c++/60051
2 // { dg-require-effective-target c++11 }
3 
4 #include <initializer_list>
5 
6 auto x[2] = {};			// { dg-error "6:.x. declared as array of .auto" }
7