xref: /llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/b.cpp (revision 3e39328b62f2932c082496dd2471a9064dbff878)

b_function()1 extern "C" int b_function() { return 500; }
2