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