bolt/deps/llvm-18.1.8/lldb/test/API/macosx/simulator/hello.c
2025-02-14 19:21:04 +01:00

5 lines
91 B
C

void puts(char *);
int main(int argc, char **argv) {
puts("break here\n");
return 0;
}