blob: c9295a5c7d3cceeb5ce18c696f7efdfb3771ab79 [file] [log] [blame]
#include "foo.h"
int call_foo2() { return foo2(); }
int
main() // !BR_main
{
return call_foo1() + call_foo2();
}