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