Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make
/
coverage-reports
/
expected_show_coverage.while.txt
blob: efa7d083f0c6fd8af567d79852ba3c39ce6dd906 [
file
] [
log
] [
blame
]
1| 1|fn main() {
2| 1| let num = 9;
3| 1| while num >= 10 {
4| 0| }
5| 1|}