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