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