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