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