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

extern int b_has_a_function();

int
b_has_a_function() {
  return 100;
}