template struct nsTArray { int x; }; /** *
*/ template struct nsTArray_Simple { unsigned int y; }; struct Test { nsTArray a; };