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