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