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