class ClassWithPublicMethod { public: int get_int() { return 0; }; };