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