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