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

d_function()1 extern "C" int d_function() { return 700; }
2