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