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