ref: 3a45cf391fee2805331c88d6947f3bdbd8689478 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 }