static MySingleton& getInstance(){ static MySingleton instance; volatile int dummy{}; return instance; }