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