4 lines
57 B
Text
4 lines
57 B
Text
|
|
int f(int i) {return i;}
|
||
|
|
|
||
|
|
int g(int j) {return g(true);}
|