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