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