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