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