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