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