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