1#include "foo.h"
2
3int call_foo2() { return foo2(); }
4
5int
6main() // !BR_main
7{
8 return call_foo1() + call_foo2();
9}
10

source code of lldb/test/API/functionalities/pre_run_dylibs/main.cpp