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