1 // A slight variation of ttp31.C.
2 // { dg-do compile { target c++11 } }
5 template<typename TA::type...> class TTA, TA... VA>
8 template<class UC, class TC,
9 template<typename TC::type...> class TTC, TC... VC>
10 struct C : A<TC, TTC, VC...> { };