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