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