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