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