namespace ns { template struct Foo { template struct Bar; }; template template struct Foo::Bar { template struct Baz; }; template template template struct Foo::Bar::Baz { Foo chokes; ns::Foo works; }; }