ref: e6624da5efc4a98942a3620dae59c0610331a812 dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }