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