/** * testsingleton.cpp */ #include "singleton.h" void main() { Singleton* singleton = Singleton::instance(); }