aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/target-new-solib-notifications/a.cpp
blob: 778b46ed5cef1a0fa1751f2cd9e137ddaf1918fa (plain)
1
2
3
extern "C" int b_function();

extern "C" int a_function() { return b_function(); }