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