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