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