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