llvm/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/b.cpp

extern "C" int LLDB_DYLIB_EXPORT b_function() {
  return 500; // Break here in dylib
}