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