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