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