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