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