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