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