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