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