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