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