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