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