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