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