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