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