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