ref: b4c40054b5b378a7b1ab7b8090c586d0a86898c1 dir: /test/ptrpreinc.myr/
/* should preincrement through a pointer, exiting with status 9 */ const ppreinc = {p -> ++*p } const main = { var x = 8 -> ppreinc(&x) }