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