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