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