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