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