Sign in
llvm
/
llvm-project
/
d1b3eeb24460fb65773db712e4cc0e204ffcaa0d
/
.
/
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
();
}