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