ref: 9220a5e91430f73453e50cc48ffee026587e0e53 dir: /test/loop.myr/
const main = { var i var n n = 0 for i = 0; i < 10; ++i n += i ;; -> n }