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