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