/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto42.C
blob8d15fc96f09595d257e1e3a9023ad7b6901a2670
1 // PR c++/60628
2 // { dg-do compile { target c++11 } }
4 #include <initializer_list>
6 void foo(int i)
8   auto x[1] = { 0 };            // { dg-error "8:.x. declared as array of .auto" }