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