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