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