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