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