// { dg-do compile { target c++11 } } template void f(T... ts); struct B { }; int main() { f(B(), 1); // { dg-error "" } }