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