1int main (int argc, char const *argv[])
2{
3 const char* foo = "Hello world"; // break here
4 return 0;
5}
6

source code of lldb/test/API/commands/expression/save_jit_objects/main.c