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