Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
run-make-fulldeps
/
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|}