// { dg-options "-std=c++0x" } struct A {}; template struct B : T... { B() : T(x)... {} // { dg-error "not declared" } }; B b;