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