1#include <stdio.h>
2
3void
4some_func()
5{
6 printf(format: "Set breakpoint here.");
7}
8

source code of lldb/test/API/commands/frame/language/somefunc.c