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