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