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