Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
functionalities
/
target-new-solib-notifications
/
a.cpp
blob: 778b46ed5cef1a0fa1751f2cd9e137ddaf1918fa [
file
] [
log
] [
blame
]
extern
"C"
int
b_function
();
extern
"C"
int
a_function
()
{
return
b_function
();
}