rust/tests/run-make/coverage-reports/expected_show_coverage.tigh...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
122 B
Plaintext
Raw Normal View History

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