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