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