5 lines
94 B
Text
5 lines
94 B
Text
int program (int argc, string[] argv) {
|
|
var arr = oat_alloc_array(10);
|
|
return arr[10];
|
|
}
|
|
|