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