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