ref: fa9b8ec335f027943f5757503b2c2ebb283cc502 dir: /test/derefassign.myr/
const main = { var p var v p = &v *p = 123 -> v }