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