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