summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/while.coverage
blob: c9d497651c9f2c7348a73e89a524d771ab61f65c (plain)
1
2
3
4
5
6
   LL|      1|fn main() {
   LL|      1|    let num = 9;
   LL|      1|    while num >= 10 {
   LL|      0|    }
   LL|      1|}