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