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