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