ref: 12b9ad5cea789d9a3fc5c6e57e556877d02bff38 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) }