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