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