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