~Test() { Instance.dump("~~TERD", this); }
Test(char C) : Instance(sInstance, C) { Instance.dump("++TERD", this); }
Test(const Test&) : Instance(sInstance) { Instance.dump("(*COPIED*)", this); }
Test() : Instance(sInstance) { Instance.dump("++TERD", this); }