1extern int f();
2
3void g() {
4 int y = 14;
5 int x = f();
6}
7
8int main() {
9 g();
10 return 0;
11}
12

source code of lldb/test/API/linux/mix-dwo-and-regular-objects/b.c