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