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