5 lines
35 B
Text
5 lines
35 B
Text
|
|
int f() {
|
||
|
|
var a = 1;
|
||
|
|
return;
|
||
|
|
}
|