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