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