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