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