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