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