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