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