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