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

6 lines
60 B
C

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