llvm/lldb/test/Shell/Commands/Inputs/main.c

int foo() { return 0; }
int main() { return foo(); }