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