summaryrefslogtreecommitdiffstats
path: root/tests/run-coverage/tight_inf_loop.coverage
blob: c15c76b3aba281b6620b4f07910eaef7a073480d (plain)
1
2
3
4
5
6
   LL|      1|fn main() {
   LL|      1|    if false {
   LL|      0|        loop {}
   LL|      1|    }
   LL|      1|}