1 2 3 4 5 6 7
struct C { static bool result; private: static bool check(); }; bool C::result = check();