1#include <stdio.h>
2
3int
4main (int argc, char **argv)
5{
6 printf (format: "Set a breakpoint on this line.\n");
7
8 return 0; // Set another on this line.
9}
10
11
12

source code of lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/main.c