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