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