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