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