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