4 lines
63 B
C
4 lines
63 B
C
|
extern void use();
|
||
|
int f1() { return 5; }
|
||
|
void f2() { use(); }
|