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