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