5 lines
48 B
Text
5 lines
48 B
Text
|
|
int f() {
|
||
|
|
var x = new int[][3];
|
||
|
|
return 2;
|
||
|
|
}
|