* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic62.C
blob010b3a5d47cb1274d601565e07bdcc3a71407aec
1 // { dg-options "-std=gnu++98 -pedantic-errors" }
2 template<typename... Args> class tuple; // { dg-error "variadic templates" }