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