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