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