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