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