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