// { dg-do compile { target c++11 } } template struct A; template class... T> struct A {}; // { dg-error "mismatch|expected" }