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