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