Sign in
llvm
/
llvm-project
/
bb03cdcb441fd68da9d1ebb7d5f39f73667cd39c
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
move_nearest
/
foo.h
blob: 9f0e56dd22ee850ea010bc73ade11c120e8e95e7 [
file
]
inline
int
foo1
()
{
return
1
;
}
// !BR1
inline
int
foo2
()
{
return
2
;
}
// !BR2
LLDB_TEST_API
extern
int
call_foo1
();