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