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