llvm-project/lldb/test/API/macosx/macCatalyst/main.c

5 lines
81 B
C

int main() {
const char *s = "Hello macCatalyst!";
return 0; // break here
}