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