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