#include class Temp { public: static Temp temp; Temp() { std::cout << "hi!"; } }; int main() {}
Suprisingly