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