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