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