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