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