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