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