/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist75.C
blob9a45087c5e45aa19990108c232034ffc3eaf92c6
1 // PR c++/59080
2 // { dg-require-effective-target c++11 }
4 #include <initializer_list>
6 auto foo[] = {};    // { dg-error "6:.foo. declared as array of .auto" }