index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
run-coverage
/
while.coverage
blob: efa7d083f0c6fd8af567d79852ba3c39ce6dd906 (
plain
)
1
2
3
4
5
6
1| 1|fn main() { 2| 1| let num = 9; 3| 1| while num >= 10 { 4| 0| } 5| 1|}