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