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