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