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