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