llvm/lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/main.c

#include <stdio.h>

int
main (int argc, char **argv)
{
  printf ("Set a breakpoint on this line.\n"); 
  
  return 0; // Set another on this line.
}