// Origin: PR c++/42915 // { dg-do compile } template class A { template class B { B foo(); }; }; template template A::B A::B::foo() {}