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