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