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