llvm-project/lldb/test/API/functionalities/breakpoint/move_nearest/foo.h

6 lines
120 B
C

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