xref: /llvm-project/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/b.cpp (revision 9a2e9c5db692a010dd87a36907ba9d86bc54ac53)

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