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