1LLDB_TEST_API inline int foo1() { return 1; } // !BR1
2
3LLDB_TEST_API inline int foo2() { return 2; } // !BR2
4
5LLDB_TEST_API extern int call_foo1();
6LLDB_TEST_API extern int call_foo2();
7

source code of lldb/test/API/functionalities/pre_run_dylibs/foo.h