struct T; T* manage(T* t); template struct ObjectSlot0_ { void create() { void* tmp = manage(new T()); } };