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