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

source code of lldb/test/API/functionalities/breakpoint/move_nearest/foo.h