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