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