llvm/lldb/test/API/commands/expression/persistent_variables/main.c

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