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