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

4 lines
63 B
C

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