1 // { dg-do compile { target c++11 } }
2 
3 template <typename ...> struct S;
4 
5 int i = S<int,>::undefined; // { dg-error "template argument 2 is invalid" }
6