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