ref: b474f4b5e52fdabfec503d8666aefe35bdbdb7f1 dir: /test/loop.myr/
/* checks that loops work. exits with 45. */ const main = { var i var n n = 0 for i = 0; i < 10; ++i n += i ;; -> n }