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