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