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