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