class ClassWithProtectedMethod { protected: int getInt() { return 0; }; };