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