ref: d7340522fdf6f9d3799546519de63db0483d6a17 dir: /test/ptrpreinc.myr/
const ppreinc = {p -> ++*p } const main = { var x = 8 -> ppreinc(&x) }