llvm-project/lldb/test/API/functionalities/stop-on-sharedlibrary-load/b.cpp

7 lines
73 B
C++

extern int b_has_a_function();
int
b_has_a_function() {
return 100;
}