#include "baz/baz.hpp" #include "foo/foo.hpp" int main() { return foo() + baz(); }