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