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