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