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