5 lines
59 B
Text
5 lines
59 B
Text
|
|
int f(int x, int y) {return 0;}
|
||
|
|
int g() {
|
||
|
|
return f(0);
|
||
|
|
}
|