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