llvm/lldb/test/API/commands/frame/language/somefunc.c

#include <stdio.h>

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