Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make
/
coverage-reports
/
expected_show_coverage.tight_inf_loop.txt
blob: 2d4c57f451a2de3871bb0223d6cfbd72b71d2dac [
file
] [
log
] [
blame
]
1| 1|fn main() {
2| 1| if false {
3| 0| loop {}
4| 1| }
5| 1|}