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