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