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