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