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