ref: 84e80233d1910dc255f4adb1d3de56a1d89e987c dir: /test/array.myr/
const main = { var a : int[3] a[0] = 3 a[1] = 4 a[2] = a[0] + a[1] -> a[2] }