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