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