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

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