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