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

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