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