llvm/lldb/test/API/macosx/simulator/hello.c

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