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