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