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