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