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