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