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