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