llvm/lldb/test/API/python_api/sbmodule/main.c

int main() {
  while (1) // break here
    ;
  return 42;
}