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