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