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