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