#include #include namespace clanguml { namespace t00033 { template struct A { T aaa; }; template struct B { T bbb; }; template struct C { T ccc; }; struct D { int ddd; }; struct R { A>>> abc; }; } // namespace t00033 } // namespace clanguml