Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto42.C
blob5b2f6779aafc65c95ce8852016b6af810ba7425d
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 "19:unable to deduce" }