#include "bar.h" #include "foo.h" int main() { return foo() + bar(); }