7 lines
55 B
Text
7 lines
55 B
Text
|
|
global i = true;
|
||
|
|
|
||
|
|
int f() {
|
||
|
|
var i = 0;
|
||
|
|
return i;
|
||
|
|
}
|