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