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