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