llvm/lldb/test/API/functionalities/json/symbol-file/main.c

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