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