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