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