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