* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic166.C
blob91455cbf03750181183668bab3241a712d24d010
1 // PR c++/67318
2 // { dg-do compile { target c++11 } }
4 template<signed...>
5 struct MyStruct1;
7 template<unsigned...>
8 struct MyStruct2;
10 template<short...>
11 struct MyStruct3;
13 template<long...>
14 struct MyStruct4;