1#include <stdio.h>
2
3void foo() {
4 int a_variable_in_foo = 10;
5 printf(format: "I am foo: %d.\n", a_variable_in_foo);
6}
7

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