1#include <stdio.h>
2
3void
4doSomething()
5{
6 printf (format: "Set a breakpoint here.\n");
7 printf (format: "Need a bit more code.\n");
8}
9
10int
11main()
12{
13 doSomething();
14 return 0;
15}
16

source code of lldb/test/API/commands/target/modules/lookup/main.c