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