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

#include <stdio.h>

int
main()
{
    printf ("Set a breakpoint here.\n");
    return 0;
}