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