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