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