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