1int main() {
2 while (1) // break here
3 ;
4 return 42;
5}
6

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