summaryrefslogtreecommitdiffstats
path: root/src/test/run-make/coverage-reports/expected_show_coverage.tight_inf_loop.txt
blob: 2d4c57f451a2de3871bb0223d6cfbd72b71d2dac (plain)
1
2
3
4
5
6
    1|      1|fn main() {
    2|      1|    if false {
    3|      0|        loop {}
    4|      1|    }
    5|      1|}