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