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