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