#include "foo.h" int call_foo2() { return foo2(); } int main() // !BR_main { return call_foo1() + call_foo2(); }