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