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