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