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