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