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