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