# 1) out of bounds array assignment

a = mkarray(1,2);
a[-10] = 12;
