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