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