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