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