MyClass struct
          #include <File.h>
        
        A class with two different template bases.
The Namespace gets stripped from the references.
Base classes
- 
              template<class>struct Base<int>
- A base.
- 
              template<class>struct Base<Base<float>>
- A base.