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