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