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