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