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