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