1extern "C" int b_function();
2
3extern "C" int a_function() { return b_function(); }
4

source code of lldb/test/API/functionalities/target-new-solib-notifications/a.cpp