#include #include class Foo { public: int print_function(); int print_function2(){return 0;}; };