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