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