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