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