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