* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic135.C
blobfcdd2a71854eb2c9843d4f4b7fcab8a4ec76fa14
1 // { dg-do compile { target c++11 } }
3 template <typename ...> struct S;
5 int i = S<int,>::undefined; // { dg-error "template argument 2 is invalid" }