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