#include <stdio.h>

void
some_func()
{
  printf("Set breakpoint here.");
}