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