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