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