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

c_function()1 extern "C" int c_function() { return 600; }
2