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