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