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

7 lines
72 B
C++

extern int a_has_a_function();
int
a_has_a_function() {
return 10;
}