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