* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / auto42.C
blobfea4c28d84d909be66591a6998b06a5fb2bc26dd
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 "array of .auto" }