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