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