1extern void use();
2int f1() { return 5; }
3void f2() { use(); }
4

source code of lldb/test/API/functionalities/load_lazy/t1.c