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