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