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