aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/foo.h
blob: 060b91f5a5ea30cada56d6f4c5ee9abcd661fe58 (plain) (blame)
1
2
3
4
5
6
LLDB_TEST_API inline int foo1() { return 1; } // !BR1

LLDB_TEST_API inline int foo2() { return 2; } // !BR2

LLDB_TEST_API extern int call_foo1();
LLDB_TEST_API extern int call_foo2();