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