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