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