1extern void foo();
2
3int main() {
4 foo(); // Set a breakpoint here
5 return 0;
6}
7

source code of lldb/test/API/macosx/branch-islands/main.c