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