xref: /llvm-project/lldb/test/API/functionalities/target-new-solib-notifications/a.cpp (revision 3e39328b62f2932c082496dd2471a9064dbff878)
1 extern "C" int b_function();
2 
a_function()3 extern "C" int a_function() { return b_function(); }
4