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