#include "nscore.h" template struct NS_STACK_CLASS A { A(); T i; }; void *Foo() { return new A(); }