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