// Origin PR c++/51194 // { dg-do compile { target c++11 } } template //#1 struct foo {}; template struct P {}; template class... TT> struct bar { template using mem = P...>;//#2 }; bar::mem b;//#3