// PR c++/88982 // { dg-do compile { target c++11 } } // { dg-additional-options "-fchecking" } // { dg-ice "tsubst_pack_expansion" } template struct A { template class ...Cs, Cs ...Vs> struct B { B() { } }; }; template using Int = int; template using Char = char; A::B b;