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