* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist75.C
blobf185401c20a1dd254f7f4dd2d240d70945fe3745
1 // PR c++/59080
2 // { dg-require-effective-target c++11 }
4 #include <initializer_list>
6 auto foo[] = {};    // { dg-error "auto|unable to deduce" }