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