// PR c++/86986 // { dg-do compile { target c++11 } } template struct X { template class...> struct Y { }; }; using type = X::Y<>;