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