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