aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/target-new-solib-notifications/c.cpp
blob: 8abd1b155a75904856db20904cd7551921142bfa (plain)
1
extern "C" int c_function() { return 600; }