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