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