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

extern int a_has_a_function();

int
a_has_a_function() {
  return 10;
}