main.cpp 117 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #include "foo.h" int call_foo2() { return foo2(); } int main() // !BR_main { return call_foo1() + call_foo2(); }