// PR c++/70778 template struct Stuff { template struct AddToFront; template class Holder, KeyType Indexs> struct AddToFront > { }; }; template struct Holder {}; int main() { Stuff::AddToFront<0, Holder<24> > t; }