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