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