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