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