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