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