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