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