class ClassWithPrivateMethod { private: int get_int() { return 0; }; };