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