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