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