* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist93.C
blob7a0b02191740b61fde7853a8154c8c1891bf514f
1 // PR c++/65554
2 // { dg-do compile { target c++11 } }
4 namespace std
6 template <class> class initializer_list // { dg-error "definition of .*std::initializer_list.* does not match" }
8   int *_M_array;
9   int _M_len;
13 // { dg-prune-output "compilation terminated" }