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