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