#include "foo.hpp" #include int Foo::foo() { std::cout << "foo\n"; return 0; }