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