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