llvm/lldb/test/API/functionalities/launch_stop_at_entry/main.c

int main(int argc, char **argv) {
  /* We just want to make sure this ran, so
     it doesn't actually need to do anything. */
  return 0;
}