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