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