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