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