ref: 92dd0254be91f229e53403e4edb0997c4b78bfcd dir: /test/arrayaddr.myr/
const main = { var v : int[3] var p v[1] = 42 p = &v[1] -> *p }