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