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