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