bolt/deps/llvm-18.1.8/lldb/test/API/macosx/simulator/hello.c

6 lines
91 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
void puts(char *);
int main(int argc, char **argv) {
puts("break here\n");
return 0;
}