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