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