* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / initlist44.C
blob609e07b721781eb19a868b268ac60e4dcc92babc
1 // { dg-do compile { target c++11 } }
3 #include <initializer_list>
5 auto value = std::initializer_list<int>{ 1, 2, 3 };