llvm/lldb/test/API/functionalities/breakpoint/breakpoint_reset_upon_run/main.cpp

#include <stdio.h>

int main(int argc, char const *argv[]) {
  printf("Set a breakpoint here.\n");
  return 0;
}