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