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