// PR c++/83916 // { dg-do compile { target c++11 } } template class TTA, TA... VA> struct A { }; template class TTC, TC... VC> struct C : A { };