Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
functionalities
/
pre_run_dylibs
/
foo.h
blob: 060b91f5a5ea30cada56d6f4c5ee9abcd661fe58 [
file
] [
log
] [
blame
]
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
();