CS153/hw6/oatprograms/lib12.oat

6 lines
94 B
Text
Raw Normal View History

int program (int argc, string[] argv) {
var arr = oat_alloc_array(10);
return arr[10];
}