1int foo() { return 0; }
2int main() { return foo(); }
3

source code of lldb/test/Shell/Settings/Inputs/main.c