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