// PR c++/89917 // { dg-do compile { target c++11 } } struct A { A(...); }; template struct B : T... { B() : T([]{})... {} }; B b;