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