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