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