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