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