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