funcons-simple-0.1.0.3: tests/Basic/Basic22.output
=== Program ===
function main() {
var a[1][2,3][4];
a[0][1,1][3] = true;
print(a[0][1,1][3]);
}=== Output ===
Result:
null-value
Output Entity: standard-out
true
=== Program ===
function main() {
var a[1][2,3][4];
a[0][1,1][3] = true;
print(a[0][1,1][3]);
}=== Output ===
Result:
null-value
Output Entity: standard-out
true