aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/executable_first/b.cpp
blob: 911447bee489cefdec2ca88f25a5312124d0918b (plain)
1
int LLDB_DYLIB_EXPORT b_function() { return 500; }