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