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