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