Now this file is one of the most oft called files in my project (called like 10x).
It ends up constructing the const TestObj 10x which can be tracked by Cnt;
Is there a way of declaring a global object that can't be constructed 10x times?
This happens even if the const TestClass is static.