1#include <stdio.h>
2
3extern int doTest();
4
5int main()
6{
7 printf(format: "%d\n", doTest()); // Set breakpoint here
8 return 0;
9}
10

source code of lldb/test/API/commands/expression/top-level/main.cpp