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