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