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