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