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