// PR c++/60187 // { dg-require-effective-target c++11 } template struct A { enum E : T {}; // { dg-error "parameter pack" } }; A a;