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