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