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