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