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