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