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