6 lines
57 B
Text
6 lines
57 B
Text
|
|
void f() {return;}
|
||
|
|
void g() {
|
||
|
|
int i = f();
|
||
|
|
return;
|
||
|
|
}
|