llvm-project/lldb/test/API/functionalities/load_after_attach/b.cpp

2 lines
51 B
C++

int LLDB_DYLIB_EXPORT b_function() { return 500; }