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