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