struct X { template struct Y { }; }; struct Z : X { template struct S : Y { }; };