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