xref: /llvm-project/lldb/test/API/functionalities/load_lazy/t1.c (revision 4bd2bfb6ec0980853d7f9d1874e0547b68b7a61e)
1*4bd2bfb6SVedant Kumar extern void use();
f1()2*4bd2bfb6SVedant Kumar int f1() { return 5; }
f2()3*4bd2bfb6SVedant Kumar void f2() { use(); }
4