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