brintos

brintos / llvm-project-archived public Read only

0
0
Text · 87 B · 5bfb310 Raw
4 lines · cpp
1extern "C" int LLDB_DYLIB_EXPORT b_function() {2  return 500; // Break here in dylib3}4