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