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