// libc.h namespace libc { template class container { public: container() {}; ~container() {}; T t; }; }