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