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