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