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

source code of lldb/test/API/functionalities/json/symbol-file/main.c