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