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