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