llvm/lldb/test/API/functionalities/load_lazy/t1.c

extern void use();
int f1() { return 5; }
void f2() { use(); }