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