rust/tests/run-make/coverage-reports/expected_show_coverage.tight_inf_loop.txt
2023-01-11 09:32:08 +00:00

7 lines
122 B
Plaintext

1| 1|fn main() {
2| 1| if false {
3| 0| loop {}
4| 1| }
5| 1|}