xref: /llvm-project/lldb/test/API/functionalities/executable_first/b.cpp (revision a4cd99ea8736eda2b8b4de34453f55008bcf9c30)

b_function()1 int LLDB_DYLIB_EXPORT b_function() { return 500; }
2