5 lines
53 B
Text
5 lines
53 B
Text
|
|
void f() {
|
||
|
|
var x = length_of_array(3);
|
||
|
|
return;
|
||
|
|
}
|