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

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