1extern int a_has_a_function();
2
3int
4a_has_a_function() {
5 return 10;
6}
7

source code of lldb/test/API/functionalities/stop-on-sharedlibrary-load/a.cpp