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