1#include <stdio.h>
2
3int main() {
4 int i = 1;
5 return i; // Break here
6}
7

source code of lldb/test/API/python_api/interpreter_callback/main.c