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