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