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