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