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