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